home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / ddn-news / ddn-mgt-bulletin-132.txt < prev    next >
Text File  |  1993-08-30  |  6KB  |  137 lines

  1.  
  2. ************************************************************************ 
  3. DDN MGT Bulletin 132             DISA DDN Defense Communications System   
  4. 30 August 1993                   Published by: DDN Network Info Center
  5.                                       (NIC@NIC.DDN.MIL)  (800) 365-3642
  6.  
  7.  
  8.                         DEFENSE  DATA  NETWORK
  9.                          MANAGEMENT  BULLETIN
  10.  
  11.   The DDN MANAGEMENT BULLETIN is distributed online by the DDN Network
  12.   Information Center under DISA contract as a means of communicating
  13.   official policy, procedures and other information of concern to
  14.   management personnel at DDN facilities.  Back issues may be read
  15.   through the TACNEWS server ("@n" command at the TAC) or may be
  16.   obtained by FTP (or Kermit) from the NIC.DDN.MIL host [192.112.36.5]
  17.   using login="anonymous" and password="guest".  The pathname
  18.   for bulletins is ddn-news/ddn-mgt-bulletin-nn.txt (where "nn" is the
  19.   bulletin number).
  20. ************************************************************************
  21.  
  22. SUBJECT:  DISA'S FTAM/FTP APPLICATION LAYER GATEWAY 
  23.  
  24. DISA's Defense Information System Network (DISN) Program Management
  25. Office is making available to MILNET users a future DISN network
  26. component which will provide file transfer interoperability between
  27. the DoD Standard TCP/IP and GOSIP applications.  This FTAM/FTP gateway
  28. is being advertised to MILNET users in order to collect statistical
  29. data regarding usage for the purpose of quantifying subscriber
  30. requirements for file transfer interoperability on DISN.
  31.  
  32.  
  33. 1.  DISA currently has FTAM/FTP gateways on 2 Sun SPARC system platforms.
  34. The FTP/FTAM gateways on the above mentioned Sun platforms are ISODE 
  35. (Version 7.0) and are GOSIP V.2 compliant. These platforms are intended 
  36. for experimental use primarily and for limited operational capability only.
  37.  
  38. 2.  To make the FTP/FTAM Gateway accessible to your users, configuration 
  39. tables must be modified to recognize the existence of a FTP/FTAM Gateway.  
  40. Both OSI and TCP hosts require completion of these steps prior to accessing 
  41. the gateway.
  42.  
  43. The following criteria must be met before continuing:
  44.  
  45.     a.  A host must be connected to the Milnet and support
  46.         either the TCP/IP and FTP protocol suites or the OSI and FTAM
  47.         protocol suites.
  48.  
  49.     b.  Your version of FTAM must support the use of the "set qualifier" 
  50.         command.
  51.  
  52.     c.  Your version of FTP must support the use of the "PORT" operand.
  53.  
  54.     d.  Your FTP or FTAM client must support the use of userid and password.
  55.  
  56.     e.  The system administrator must have the ability to directly, or via
  57.         requests, configure the necessary information listed below in order
  58.         to establish connectivity between the client host and the
  59.         FTP/FTAM gateway host.
  60.  
  61. 3.  If you wish access to our ALG's, typically, you would be asked to fill 
  62.     out a TCPand OSI worksheet.
  63.  
  64.     a.  If you have a TCP host, you must provide the following information 
  65.         to the person which will assign you a gateway host:
  66.  
  67.       1.  The name, phone number and email address of the point of contact.
  68.  
  69.       2.  Your official Internet address and host name with all aliases.
  70.  
  71.       3.  Your DOD organization (i.e. NCTS/NAVY).
  72.  
  73.       4.  The OSI host you wish to connect to and any intermediate systems 
  74.           to be routed through such that routing tables and host tables may 
  75.           be updated.  (Since a TCP administrator may not know the necessary 
  76.           OSI routing information, a POC for the responding FTAM host may be 
  77.           all that is required.)
  78.  
  79.       5.  The internet domain with which you are associated.
  80.      
  81.  
  82.     b.  If you have an OSI host, you must provide the following information 
  83.         to the person which will assign you a gateway host:
  84.  
  85.       1.  The name, phone number and email address of the point of contact.
  86.  
  87.       2.  Your DOD organization (i.e., NCTS/NAVY)
  88.  
  89.       3.  Your Presentation Address which includes routing domain, NSAP, 
  90.           TSEL, SSEL, and  PSEL. 
  91.  
  92.       4.  If  using another host to route through, the routing information 
  93.           from originators end system. 
  94.  
  95.  
  96. 4.  The following are examples using the FTAM/FTP gateway.  The user would 
  97.     type the information inside the quotes but not the quotes.
  98.  
  99.     a.  FTP to FTAM file transfer Example:
  100.  
  101.         $"ftp washdc1-osigw.disa.mil 531"
  102.         user(washdc1-osigw..disa.mil:tcpuser):"osiuser@osihost"
  103.         passwd(washdc1-osigw.disa..mil:osiuser@osihost)"*****"
  104.         ftp>"get file1 file1.get1"
  105.         20083 bytes received in 3 seconds(20.1kbytes/sec)
  106.         ftp>"put file3 file3.put2"
  107.         20083 bytes received in 1 second(20.1 Kbytes/sec)
  108.  
  109.  
  110.     b.  FTAM to FTP file transfer Example:
  111.  
  112.         $"ftam"
  113.         ftam>"set qualifier ftpstore"
  114.         ftam>"set realstore unix"
  115.         ftam>"open ftam.washdc1"
  116.         user(washdc1-osigw:osiuser):"tcpuser@tcphost"
  117.         password(washdc1-osigw:tcpuser@tcphost):"****"
  118.         washdc1-osigw>"get file1 file1.get1"
  119.         ftam:1069 bytes received in .1 sec
  120.         washdc1-osigw>"put file2 file2.put2"
  121.         ftam:50207 bytes sent in 5.6 sec
  122.  
  123.  
  124. 5.  Since we are working in a testbed environment, products are continuously
  125.     being updated and tested.  Therefore this document is subject to change 
  126.     and may be treated as a draft.
  127.  
  128.  
  129. 6.  If you would like more documentation on this product, please contact 
  130.     Vicki Cox, phone (202)685-1056 or email to zk0vs1@wnyose.nctsw.navy.mil.
  131.  
  132.  
  133. 7.  The Point of Contact (POC) for the FTAM/FTP Gateway is Frederick 
  134.     (Rick) Reyes.  He can be reached at (202) 685-1060 or e-mail 
  135.     freyes@wnyose.nardac-dc.navy.mil.
  136.  
  137.